adTempus API
|
Defines any files to be attached to the notification message.
__property IFileCaptureSpecs** Attachments;
IFileCaptureSpecs** Attachments;
Property Attachments() As IFileCaptureSpecs**
If you wish to attach files created by the job, or other files, add them using the Attachments collection.
Each attachment is a FileCaptureSpec, which allows you to specify wildcards and rules for selecting the files to send.
A NotificationAction sends the files, but does not "capture" them as part of the job. If you want the files to be sent and saved in the job history, use a FileCaptureAction instead.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|